• Image placeholder
  • 홈 페이지
  • 블로그 센터
  • 범주
Image placeholder

= = 데이터 구조 = =

우선 순위 - 성적 은 높 은 것 에서 낮은 것 으로 배열 되 고 같은 사람 은 언어 성적 에 따라 배열 된다.

// // main.cpp // 160929 // // Created by liuzhe on 16/9/29. // Copyright © 2016 my_code. All rights reserved. // //#include #include #include #include #include #include #include #include #include #include #include #incl...

= = 데이터 구조 = =STL

hdu 4584 map

#include using namespace std; int main() { int n; while(cin>>n&&n) { map a; a.clear(); a[1000000000] = 1; int id,f; for(int i=0;i ::iterator it = a.lower_bound(f); if(it == a.end()) printf("%d ",it->second); else { int t...

STL= = 데이터 구조 = =

CTU 오픈 콘테스트 2016 다채로운 트 리 뷴 (테스트 데이터 첨부)

= = 데이터 구조 = =STL기초

© 2022 intrepidgeeks.com

Privacy Policy Contact US Sitemap
🍪 This website uses cookies to ensure you get the best experience on our website. Learn more